Returns a folder object that represents a subfolder of the current folder object.
Syntax
GetSubFolder(Name As String, [TypeName As String], [Options As Long = 0]) As IASFolder3
Remarks
Pass the AS_NFO_CREATE_IFNOTEXIST constant to this method to create a new subfolder equivalent to the NewFolder method.
For the wizard events to occur for this method, the NewWizardEvents setting in the [ScriptEvents] section on the Application Integration tab of Application Settings in Configurator must be set to Y. The default is N.
Related concepts